projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd2f68
)
dnd: Remove unused member variable
author
Benjamin Otte
<otte@redhat.com>
Sun, 17 Dec 2017 19:40:03 +0000
(20:40 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 31 Jan 2018 12:21:26 +0000
(13:21 +0100)
gdk/gdkdndprivate.h
patch
|
blob
|
history
diff --git
a/gdk/gdkdndprivate.h
b/gdk/gdkdndprivate.h
index 2abc9fb73433c4201053d724ca75dca504780e52..d4fb2b7feb49b95a7d8643cde03e085486f13e68 100644
(file)
--- a/
gdk/gdkdndprivate.h
+++ b/
gdk/gdkdndprivate.h
@@
-97,8
+97,6
@@
struct _GdkDragContext {
GdkDragAction suggested_action;
GdkDragAction action;
- guint32 start_time;
-
GdkDevice *device;
guint drop_done : 1; /* Whether gdk_drag_drop_done() was performed */